From: Ewan Mellor Date: Mon, 26 Mar 2007 00:13:16 +0000 (+0100) Subject: Fix VM.resume/suspend docs. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15277^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=a166ff93f80c76272da4505b5f7598959731f97f;p=xen.git Fix VM.resume/suspend docs. Signed-off-by: Ewan Mellor --- diff --git a/docs/xen-api/xenapi-datamodel.tex b/docs/xen-api/xenapi-datamodel.tex index 6b3e06f8cb..65c1acd2e1 100644 --- a/docs/xen-api/xenapi-datamodel.tex +++ b/docs/xen-api/xenapi-datamodel.tex @@ -1379,7 +1379,7 @@ specified VM is in the Running state. \begin{tabular}{|c|c|p{7cm}|} \hline {\bf type} & {\bf name} & {\bf description} \\ \hline -{\tt VM ref } & vm & The VM to hibernate \\ \hline +{\tt VM ref } & vm & The VM to suspend \\ \hline \end{tabular} @@ -1414,9 +1414,9 @@ specified VM is in the Suspended state. \begin{tabular}{|c|c|p{7cm}|} \hline {\bf type} & {\bf name} & {\bf description} \\ \hline -{\tt VM ref } & vm & The VM to unhibernate \\ \hline +{\tt VM ref } & vm & The VM to resume \\ \hline -{\tt bool } & start\_paused & Unhibernate VM in paused state if set to true. \\ \hline +{\tt bool } & start\_paused & Resume VM in paused state if set to true. \\ \hline \end{tabular}